home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 485 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  2.0 KB

  1. Date: Fri, 10 Sep 93 18:16:09 MDT
  2. From: shenson@nyx.cs.du.edu (Stephen Henson)
  3. Message-Id: <9309110016.AA27071@nyx.cs.du.edu>
  4. X-Disclaimer: Nyx is a public access Unix system run by the University
  5.     of Denver.  The University has neither control over nor
  6.     responsibility for the opinions or correct identity of users.
  7. To: mint@terminator.rs.itd.umich.edu
  8. Subject: Fun with AHDI.
  9.  
  10. Right I'm downright bloody furious now ...
  11.         AHDI 6.06 and previous do something rather clever. I've been trying
  12. to persuade AHDI to get GEMDOS to ignore a partition whilst still allowing
  13. Minixfs to recognise it (so TOS without MiNT/Minixfs wont write all over
  14. the bloody thing). As I said a while back, 512 byte sectors are no problem
  15. at all I can squeeze a pseudo tiny TOS partition in there which GEMDOS will
  16. never touch (because the root directory is full). With anything else the
  17. best I can do is to confuse GEMDOS by making certain boot sector parameters
  18. zero.
  19.         AHDI notices the zero parameters and feeds back a zero from Getbpb.
  20. This certainly keeps GEMDOS quiet. *However* Rwabs's fail on this drive
  21. because it isn't logged in through Getbpb!! It also reads as forever changed
  22. because you clear the disk change flag with Getbpb!!
  23.         OK I think, lets bypass the partition operations and use the physical
  24. mode operations with the PUN_INFO structure. Guess what, the PUN_INFO
  25. structure isn't filled in until the drive is logged in with Getbpb. What's
  26. even worse is that it signals the drive as perfectly valid with the PUN_INFO
  27. structure but starting at sector zero (i.e. lets trash the root sector shall
  28. we ???).
  29.         Ever get the feeling you're pissing into the wind ?
  30.         Right that gives me one last option. Make the BPB look like the root
  31. directory is off the end of the partition. Hopefully when GEMDOS tries to look
  32. at the root directory it'll screw up with some error or other.
  33.         If that doesn't work I'll start throwing heavy objects onto the AHDI
  34. disk and give up.
  35.  
  36. Steve.
  37. P.S. who's paying me to do this ? :-)
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.